home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / scripts / fax.init < prev    next >
Text File  |  1997-05-11  |  496b  |  26 lines

  1.  
  2.  
  3. ;;; If you have trouble receiving faxes after data calls , then use
  4. ;;; this script to initialize your faxmodem.
  5. ;;; run it after each data call.
  6. ;;; In the logout , incoming and callhub scripts.
  7.  
  8. trion:utils/trion -1 -f                       ;trion serial port off
  9.  
  10. failat 21
  11.  
  12. wait 1
  13. rx "address rexx_gpfax openserial"
  14. wait 1
  15. rx "address rexx_gpfax initmodem"
  16. wait 3
  17. rx "address rexx_gpfax closeserial"
  18. wait 1
  19.  
  20. failat 10
  21.  
  22. trion:utils/trion -1 -n                       ;trion serial port on
  23.  
  24.  
  25.  
  26.